We planned to teech HTML in this web by
giving you input , output and explanations.
In this site you relearn basic Html, Css, Java script.
So, if you want to learn basics of html it will usefull.
This will be started in Monday (13-10-25).
This will release around 6.00 p.m. every day
so in this we said how we learn, how well we learn,
how we created web, how to create simple games.
Welcome to
Hyper Text Markup Language
Learning
One thing before learn:
You download any app for practice html.
Class - 1(Monday (13-10-25))
Examples - 1:
input:
output:
Explain:
In the above exerxise you know the difference of these tags. tag is which are write inside the bracket are called tags<>.this is known us a tag.In htnl lot of tags .Anything you can write inside the tag is display in output.all tags are write in lower case letters.in html only h1 to h6 tages not above tags if you write any other number with tags like h7 it will print the thickness of "p" tag. "p" means paragraph tag.in all the programs is header file.you write anything in title tag it will not display in output.wait for next excercise we explain clearly.
Exercise -1:
We give you output you try to write Input.
Science
Physics
Chemistry
Physical Chemistry
Organic chemistry
Inorganic chemistry
Biology
Botony
Zoology
Computer
These are science
Class - 2(Tuesday (14-10-25))
Example - 2:
This is your second example. now we study next
three tags they are center tag, hr tag, b tag, i tag, brake tag.
now we see what are used:
You see this all you can recognise hr tag and br tag
have not closing tags because these tags are not have closing tags.
now i said what us use you these tag
Center tag:
This tag is used to put the words on center
for example see this.
Center tag
any thing you write between open and closing center tag it will print in center.
hr tag:
this tag is used to draw a line .
see thisYou seen the line was draw. this tag have no closing
tag. you have not write anything you only write hr tag it will print line.
b and i tag:
b tag used to print letter bold. see this This is b tag
anything you can write between open and closing b tag it will in bold.
i tag used to print letter italic. see this This is i tag
anything you can write between open and closing i tag it will in italic.
brake tag:
this tag used to brake a line
for example you see this the line was break and it will print in next line.
you use double time this tag it will
See difference
Example - 2:
Input:
output:
Exercise: write input for this output.
Welcome to html learn
In this you will study basic html Basic
Html CSS Js
HTML Learn
Do this exercise which is inside of double line margin
Class - 3(Wednesday (15-10-25))
what are you learn in this
types of list:
Ordered list
Unordered list
The one common tag used in other
Ordered list
the list with numbers.for example,
apple
banana
carrot
you seen the numbers is found in the list.
Unordered list
the list with dots.For example,
apple
banana
carrot
you see dot found in this list.
Here the example for both.
for unordered list
Input:
output:
for ordered list
input:
output:
Exercise:
write input for this output
Apple
Apple is healthy
Apple is red colour
simple of apple
Class - 4(Thursday (16-10-25))
Now we learn how to create a table.
there are 4 tags for create a table.
All these tags are form a table. form and table are starting tags.
tr tag is row tag to create a row. td tag is column tag to create a column.
you can understand with example.
Input:
Output:
you see this and do it another exercise.
Exercise
1.
Apple
red
2.
Orange
Orange
3.
Mango
Yellow
4.
Dragon Fruit
Red
Class - 4(Thursday(16-10-25))
Now we learn how to create a input
option in a table.
ususual we create a table and add this
tag
you want to write your type after equal
symbol write you want text input enter
"text" or number input print "number" or both text and number enter "text and number".
It will be clearly identify by the example.